/* 
*    适配手机端
*/
@media screen and (max-width: 1200px) {
    .wrap_750{
        min-width: 750px;
        position: absolute;
        top: 112px;
        left: 0;
        /*margin-left: -375px;*/
        right: 0;
    }

    .iphone_css {
        display: block !important;
    }

    .web_css {
        display: none !important;
    }

    body {
        min-width: 750px;
        overflow-x: hidden;
    }

    .w-1200 {
        min-width: 750px;
        width: 750px;
        margin: auto;
    }


    /*header start*/

    .top_menu {
        display: flex;
        display: -webkit-flex;
        /* Safari */
        -webkit-align-items: center;
        align-items: center;
        background: #001736;
        box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.2);
        /*background: #fff;*/
        /*box-shadow: 0px -2.4px rgba(0, 0, 0, 0.1) inset;*/
        height: 112px;
        position: fixed;
        width: calc(100% - 64px);
        z-index: 1001;
        padding: 0 32px;
        justify-content: space-between;
    }

    .top_menu .menu-wrap img:nth-child(1) {
        position: relative;
        width: 36px;
        height: 32px;
        z-index: 3;
        /*left: 32px;*/
    }

    .menu{
        background: transparent;
    }

    .menu_open{
        display: block;
    }

    .top_menu .menu-wrap img:nth-child(2) {
        position: absolute;
        width: 112px;
        height: 112px;
        z-index: 3;
        top: 0;
        right: 0;
        display: none;
    }

    .top_menu img.lootom_icon {
        width: 242px !important;
        /*height: 39px !important;*/
        /*position: absolute !important;*/
        /*top: 50% !important;*/
        /*margin-top: -19.5px !important;*/
        /*left: 50% !important;*/
        /*margin-left: -93px !important;*/

    }

    .header-wrap .bottom .nav_box{
        z-index: 1000;
        background: #001736;
        /*overflow-y: auto;*/
        box-sizing: border-box;
        /*padding: 28px;*/
        padding-top: 112px;
        max-height: 100%;
        overflow-y: auto;
    }

    .bottom .nav_list_bottom_li{
        padding: 30px 0;
        box-shadow: 0px -1px rgba(0, 0, 0, 0.1) inset;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*flex-direction: column;*/
    }

    .bottom .nav_list_bottom_li:last-child{
        box-shadow: none;
    }

    .bottom .nav_list_bottom_li.product,
    .bottom .nav_list_bottom_li.about{
        flex-direction: column;
        align-items: inherit;
    }



    .nav_li_a{
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
    }

    .a_more{
        margin-bottom: 35px;
    }

    .nav-drop-down1-title{
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
        font-size: 28px;
        line-height: 40px;
        white-space: nowrap;
        margin-right: 64px;
    }

    .nav-drop-down1-box{
        display: flex;
        margin-bottom: 35px;
    }

    .nav-drop-down1-ul-wrap{
        display: flex;
        justify-content: space-between;
        width: 546px;
    }

    .nav-drop-down1-ul{
        width: 50%;
    }

    .nav-drop-down1-ul a{
        color: rgba(102, 102, 102, 1);
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 32px;
        display: block;
        width: 95%;
    }

    .nav-drop-down1-ul li:last-child a{
        margin-bottom: 0 ;
    }

    .nav-drop-down1-ul a p{
        width: 100%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }

    .nav-drop-down ul{
        display: flex;
    }

    .nav-drop-down-li{
        color: rgba(102, 102, 102, 1);
        font-size: 28px;
        line-height: 40px;
        margin-right: 64px;
    }

    .zhqyly-list-wrap_m {
        display: none
    }

    .zhqyly-list-wrap_m p {
        font-size: 28px;
        /*font-family: FZLTHK--GBK1-0;*/
        font-weight: 400;
        color: #fff;
        padding-left: 64px;
    }

    .zhqyly-list_m {
        box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
        height: 110px;
        line-height: 110px;
        background: #003B8A;
    }

    .zhqyly-list_m a{
        color: #fff !important;
    }

    .bottom .nav_box li h2 {
        padding-left: 32px;
        line-height: 110px !important;
        height: 110px;
        background: #001736;
        box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.1);
        font-size: 28px;
        color: #fff;
        font-weight: normal;
    }

    .click_m h2 img,
    .iphone_click h2 img{
        float: right;
        width: 50px;
        height: 50px;
        margin-top: 32px;
        margin-right: 30px;
    }

    /*header end*/


    /*footer start*/

    .iphone-footer-wrap{
        padding: 32px;
        background: #2C3644;
        box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.25);
        /*width: 100%;*/
    }

    .iphone-footer-box-1{
        width: 100%;
        height: 418px;
        background-image: url('../images/footer/bg.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        margin-bottom: 24px;
    }

    .iphone-footer-box-1 .logo{
        position: absolute;
        top: 32px;
        right: 32px;
    }

    .footer-box-btn{
        font-size: 32px;
        line-height: 32px;
        color: #FFFFFF;
        padding: 16px 88px;
        background: #0055A7;
        border-radius: 4px;
        display: inline-block;
        position: absolute;
        right: 32px;
        bottom: 32px;
    }

    .iphone-footer-text-1{
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 24px;
        color: #FFFFFF;
    }

    .iphone-footer-text-2{
        font-size: 24px;
        line-height: 150%;
        color: #FFFFFF;
        opacity: 0.7;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .iphone-footer-box-2{
        padding: 48px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        justify-content: space-between;
    }

    .iphone-footer-box-2-left{
        width: 216px;
    }

    .iphone-footer-box-2-right{
        width: 390px;
    }

    .qr-img1{
        width: 100%;
        margin-bottom: 16px;
    }

    .iphone-footer-box-2-left p{
        font-size: 24px;
        line-height: 150%;
        color: #FFFFFF;
    }

    .qr-img2{
        width: 44px;
    }

    .number h4{
        color: #FFFFFF;
        font-size: 58px;
        line-height: 120%;
    }

    .number h6{
        color: #FFFFFF;
        font-size: 32px;
        line-height: 150%;
    }

    .number{
        width: 100%;
        height: auto;
        margin-bottom: 32px;
    }

    .number p{
        font-size: 28px;
        line-height: 150%;
        color: #FFFFFF;
    }

    .mailbox{
        margin-bottom: 32px;
    }

    .iphone-footer-box-3{
        padding: 48px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .iphone-footer-box-3-title{
        font-size: 28px;
        line-height: 100%;
        color: #FFFFFF;
        margin-bottom: 32px;
    }

    .iphone-footer-box-3-links a{
        font-size: 28px;
        line-height: 28px;
        color: #FFFFFF !important;
        text-decoration: underline !important;
        display: block;
        width: 33%;
        margin-bottom: 32px;
    }

    .iphone-footer-box-3-links{
        display: flex;
        /*justify-content: space-between;*/
        flex-wrap: wrap;
    }

    .iphone-footer-box-3-text1 span{
        font-size: 28px;
        line-height: 100%;
        color: #FFFFFF;
        margin-right: 53px;
    }

    .iphone-footer-box-3-text1{
        display: flex;
        align-items: center;
        margin-top: 16px;
    }

    .iphone-footer-box-3-text1 img{
        width: 48px;
        height: 48px;
        margin-right: 32px;
    }

    .iphone-footer-box-4{
        padding-top: 48px;
    }

    .iphone-footer-box-4-text1{
        font-size: 24px;
        line-height: 100%;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        margin-bottom: 32px;
    }

    .iphone-footer-box-4-text1 img{
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

    .iphone-footer-box-4-text2{
        font-size: 24px;
        line-height: 100%;
        color: #FFFFFF;
        opacity: 0.5;
        margin-bottom: 32px;
    }

    .iphone-footer-box-4-text2 a{
        font-size: 24px;
        line-height: 100%;
        color: #FFFFFF !important;
        /*opacity: 0.5;*/
    }

    .iphone-footer-box-4-text2{
        margin-bottom: 32px;
    }

    /*footer end*/


    .iphone-banner{
        width: 100%;
    }

    ol, ul {
        list-style: none;
    }

    a:link, a:visited, a:active {
        color: #333;
        text-decoration: none;
    }

    /*免费试用产品 start*/
    .experience {
        margin-top: 0;
        width: 100%;
        height: 388px;
        padding: 24px;
        box-sizing: border-box;
    }

    .experience-div {
        height: 100%;
        width: 100%;
        background-image: url(../images/product/experience-bc.png);
        position: relative;
        border-radius: 16px;
    }

    .experience-div-logo {
        position: absolute;
        top: 32px;
        left: 32px;
        width: 373px;
        height: 28px;
    }

    .experience-div-logo p {
        float: right;
        font-family: Source Han Sans CN;
        font-size: 28px;
        line-height: 100%;
        /* identical to box height, or 28px */
        color: #FFFFFF;
    }

    .experience-div-try {
        position: absolute;
        top: 84px;
        left: 32px;
    }

    .experience-div-try p {
        font-family: Source Han Sans CN;
        font-weight: bold;
        font-size: 44px;
        line-height: 100%;
        /* identical to box height, or 44px */
        color: #FFFFFF;
    }

    .experience-div-content {
        position: absolute;
        top: 225px;
        left: 32px;
    }

    .experience-div-content p {
        font-family: Roboto;
        font-weight: 900;
        font-size: 32px;
        line-height: 120%;
        /* or 38px */
        color: #FFFFFF;
        margin-top: 16px;
    }

    .experience-div-content span {
        font-family: Roboto;
        font-weight: 500;
        font-size: 24px;
        line-height: 120%;
        /* identical to box height, or 29px */
        color: #FFFFFF;
    }

    .experience-div-button {
        position: absolute;
        top: 244px;
        left: 478px;
        width: 192px;
        height: 64px;
    }

    .experience-div-button button {
        width: 192px;
        height: 64px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 2px;
        font-family: Source Han Sans CN;
        font-size: 32px;
        line-height: 100%;
        /* identical to box height, or 32px */
        color: #FFFFFF;
    }

    .experience-div-icon {
        position: absolute;
        left: 397px;
        top: -65px;
    }
    /*免费试用产品 end*/

    /*新闻资讯 start*/
    .information {
        width: 100%;
        margin: 0 !important;
        padding: 32px;
        box-sizing: border-box;
    }

    .information>p {
        font-family: Microsoft YaHei UI;
        font-weight: bold;
        font-size: 40px;
        line-height: 100%;
        /* identical to box height, or 40px */
        color: #001C46;
        margin-bottom: 12px;
    }

    .information>span {
        font-family: Microsoft YaHei UI;
        font-weight: bold;
        font-size: 20px;
        line-height: 100%;
        /* identical to box height, or 20px */
        text-transform: uppercase;
        color: #001C46;
    }

    .information-div {
        width: 100%;
        margin-top: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
    }

    .information-div-data {
        height: 82px;
        width: 82px;
        text-align: center;
    }

    .information-div-data p {
        font-family: D-DIN;
        font-weight: bold;
        font-size: 55px;
        line-height: 100%;
        /* identical to box height, or 60px */
        color: #0055A7;
    }

    .information-div-data span {
        font-family: D-DIN;
        font-weight: bold;
        font-size: 20px;
        line-height: 100%;
        /* identical to box height, or 24px */
        color: #0055A7;
        order: 1;
    }

    .information-div-blank {
        width: 2px;
        height: 32px;
        background: #C4C4C4;
        margin-left: 16px;
        margin-right: 16px;
    }

    .information-div-text {
        width: 522px;
        font-family: Source Han Sans CN;
        font-size: 28px;
        line-height: 150%;
        /* or 42px */
        display: flex;
        align-items: center;
        color: #76767F;
        margin-right: 16px;
    }
    /*新闻资讯 end*/


    .program-m {
        width: 100%;
        height: 610px;
        padding-top: 24px;
        padding-left: 24px;
        padding-bottom: 24px;
        box-sizing: border-box;
    }

    .program-div {
        width: 100%;
        height: 100%;
    }

    .program-div img {
        border-radius: 4px;
    }

    .program-div p {
        font-family: Source Han Sans CN;
        font-size: 40px;
        line-height: 150%;
        /* identical to box height, or 60px */
        color: #001C46;
        margin-top: 24px;
        margin-left: 24px;
        margin-bottom: 10px;
    }

    .program-div span {
        font-family: Source Han Sans CN;
        font-size: 28px;
        line-height: 150%;
        /* or 42px */
        color: #76767F;
        display: block;
        margin-left: 24px;
        margin-right: 24px;
    }

    .advantage-m {
        width: 100%;
        height: 1398px;
        background-image: url(../images/homepage_m/advantage-bc.png);
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .advantage-div {
        position: absolute;
        width: 630px;
        height: 60px;
        left: 60px;
        top: 120px;
    }

    .advantage-p {
        font-family: Microsoft YaHei UI;
        font-weight: bold;
        font-size: 60px;
        line-height: 100%;
        color: #FFFFFF;
    }

    .advantage-div1 {
        position: absolute;
        width: 630px;
        height: 936px;
        left: 60px;
        top: 237px;
    }

    .advantage-div1-div {
        width: 618px;
        height: 116px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 64px;
    }

    .advantage-div1-div p {
        font-family: Source Han Sans CN;
        font-weight: bold;
        font-size: 75px;
        line-height: 100%;
        /* identical to box height, or 80px */
        color: #FFFFFF;
        margin-bottom: 8px;
    }

    .advantage-div1-div span {
        font-family: Source Han Sans CN;
        font-size: 28px;
        line-height: 100%;
        /* identical to box height, or 28px */
        color: #FFFFFF;
    }

    .advantage-div1-div1 {
        width: 618px;
        height: 116px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
    }

    .advantage-div1-div1 p {
        font-family: Source Han Sans CN;
        font-weight: bold;
        font-size: 75px;
        line-height: 100%;
        /* identical to box height, or 80px */
        color: #FFFFFF;
        margin-bottom: 8px;
    }

    .advantage-div1-div1 span {
        font-family: Source Han Sans CN;
        font-size: 28px;
        line-height: 100%;
        /* identical to box height, or 28px */
        color: #FFFFFF;
    }

    .advantage-div1-div2 {
        width: 630px;
        height: 560px;
    }

    .advantage-div1-div2 ul{
        list-style: inside;
    }

    .advantage-div1-div2 li {
        font-family: Source Han Sans CN;
        font-size: 28px;
        line-height: 200%;
        /* or 56px */
        color: #FFFFFF;
    }

    .advantage-div1 button {
        margin-top: 57px;
        display: flex;
        justify-content: space-around;
        background: rgba(255, 255, 255, 0);
        border: 0;
        border-bottom: 2px solid #FFFFFF;
        align-items: center;
        width: 192px;
        height: 48px;
        font-family: Microsoft YaHei UI;
        font-weight: bold;
        font-size: 28px;
        line-height: 157%;
        /* or 157% */
        color: #FFFFFF;
    }

    .pagination li{
        border: 1px solid rgba(0, 0, 0, 0.1) !important;
        font-size: 24px !important;
        height: 48px !important;
        line-height: 48px !important;
        padding: 0 16px !important;
    }

}




